From: Ceph Packaging Team Date: Mon, 22 Sep 2025 20:55:44 +0000 (+0200) Subject: disable-crypto X-Git-Tag: archive/raspbian/14.2.21-1+rpi1+deb11u2^2^2~24 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4a41040fdfce3514877c309fbb008f7554279a0f;p=ceph.git disable-crypto =================================================================== Gbp-Pq: Name disable-crypto.patch --- diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index 8fc8d3533..62411f34d 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -110,8 +110,9 @@ endif() target_link_libraries(os kv) add_dependencies(os compressor_plugins) -add_dependencies(os crypto_plugins) - +if(HAVE_INTEL AND HAVE_BETTER_YASM_ELF64 AND (NOT APPLE)) + add_dependencies(os crypto_plugins) +endif() if(WITH_BLUESTORE) add_executable(ceph-bluestore-tool